home *** CD-ROM | disk | FTP | other *** search
/ Software USA 5 #5 / Software USA Volume 5.05.iso / pc / children / jigsaw / run / jigsaw.exe / 0 / RCDATA / TF_STARTUP / TF_STARTUP.txt
Text File  |  1999-01-05  |  835b  |  42 lines

  1. object F_StartUp: TF_StartUp
  2.   Left = 348
  3.   Top = 245
  4.   BorderStyle = bsNone
  5.   Caption = 'Start Train-Teasers'
  6.   ClientHeight = 290
  7.   ClientWidth = 311
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnActivate = FormActivate
  15.   OnClick = FormClick
  16.   OnKeyPress = FormKeyPress
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object MediaPlayer1: TMediaPlayer
  20.     Left = 32
  21.     Top = 232
  22.     Width = 253
  23.     Height = 30
  24.     DeviceType = dtAVIVideo
  25.     Display = P_Avi
  26.     Visible = False
  27.     TabOrder = 0
  28.     OnNotify = MediaPlayer1Notify
  29.   end
  30.   object P_Avi: TPanel
  31.     Left = 16
  32.     Top = 16
  33.     Width = 145
  34.     Height = 121
  35.     BevelOuter = bvNone
  36.     Color = clBlack
  37.     TabOrder = 1
  38.     Visible = False
  39.     OnClick = FormClick
  40.   end
  41. end
  42.